home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / FILES_IN / UUPCPROT.H < prev   
Text File  |  1992-01-14  |  4KB  |  286 lines

  1. /* Protoypes grabbed from file
  2. ** "dcp.c"
  3. ** 1989 Oct 15 (Sun) 13:59:57
  4. */
  5.  
  6. complain(char *);
  7.  
  8. int cant(char *);
  9.  
  10. dcpmain(int, char **);
  11.  
  12. master(void);
  13.  
  14. slave(void);
  15.  
  16. receive(void);
  17.  
  18. send(void);
  19.  
  20. dcxqt(void);
  21.  
  22. printmsg(int, char *, ...);
  23.  
  24. /* Protoypes grabbed from file
  25. ** "dcpgpkt.c"
  26. ** 1989 Oct 15 (Sun) 14:04:38
  27. */
  28.  
  29. gopenpk(void);
  30.  
  31. gclosepk(void);
  32.  
  33. ggetpkt(char [], int *);
  34. grdmsg(char [], int *);
  35.  
  36. gsendpkt(char *, int);
  37. gwrmsg(char *, boolean);
  38.  
  39. gfilepkt(void);
  40.  
  41. geofpkt(void);
  42.  
  43. gsendresp(int);
  44.  
  45. fopenpk(void);
  46.  
  47. fclosepk(void);
  48.  
  49. fgetpkt(char [], int *);
  50. frdmsg(char [], int *);
  51.  
  52. fsendpkt(char *, int, int);
  53. fwrmsg(char *, boolean);
  54.  
  55. ffilepkt(void);
  56.  
  57. feofpkt(void);
  58.  
  59. fsendresp(int);
  60.  
  61. #ifdef NOTDEF
  62.  
  63. void gspack(int, int, int, int, char []);
  64.  
  65. int grpack(int *, int *, int *, char []);
  66.  
  67. #endif
  68.  
  69. unsigned checksum(char [], int);
  70.  
  71. gwrdata(
  72.     int);    /* WARNING: argument was not declared! */
  73.  
  74. grrdata(
  75.     int);    /* WARNING: argument was not declared! */
  76.  
  77. grdblk(
  78.     int,     /* WARNING: argument was not declared! */
  79.     int);    /* WARNING: argument was not declared! */
  80.  
  81. gwrblk(
  82.     int,     /* WARNING: argument was not declared! */
  83.     int);    /* WARNING: argument was not declared! */
  84.  
  85. /* Protoypes grabbed from file
  86. ** "dcpsys.c"
  87. ** 1989 Oct 15 (Sun) 21:01:44
  88. */
  89.  
  90. int GetStatus(void);
  91.  
  92. void Update_Status(int);
  93.  
  94. getsystem(char *);
  95.  
  96. checkname(char []);
  97.  
  98. checktime(char []);
  99.  
  100. sysend(void);
  101.  
  102. wmsg(char [], int);
  103.  
  104. rmsg(char [], int);
  105.  
  106. startup(void);
  107.  
  108. setproto(char);
  109.  
  110. int prefix(char *, char *);
  111.  
  112. int notin(char *, char *);
  113.  
  114. int expectstr(char *, long int);
  115.  
  116. int writestr(char *);
  117.  
  118. void sendstr(char *);
  119.  
  120. int sendexpect(char *, char *, long int);
  121.  
  122. dial(void);
  123.  
  124. callup(void);
  125.  
  126. scandir(void);
  127.  
  128. dscandir(void);
  129.  
  130. paceit(void);
  131.  
  132. void zzz(int);
  133.  
  134. /* Protoypes grabbed from file
  135. ** "dcpxfer.c"
  136. ** 1989 Oct 15 (Sun) 14:12:48
  137. */
  138.  
  139. sdata(void);
  140.  
  141. bufill(char *);
  142.  
  143. sbreak(void);
  144.  
  145. seof(void);
  146.  
  147. sfile(void);
  148.  
  149. sinit(void);
  150.  
  151. getfile(void);
  152.  
  153. schkdir(void);
  154.  
  155. endp(int);
  156.  
  157. rdata(void);
  158.  
  159. rfile(void);
  160.  
  161. rinit(void);
  162.  
  163. /* Protoypes grabbed from file
  164. ** "rmail.c"
  165. ** 1988 Mar 10 (Thu) 14:32:55
  166. */
  167.  
  168. int rmail(int, char **);
  169.  
  170. /* Protoypes grabbed from file
  171. ** "sio.c"
  172. ** 1989 Oct 15 (Sun) 14:26:00
  173. */
  174.  
  175. unsigned getspeed(
  176.     int);    /* WARNING: argument was not declared! */
  177.  
  178. unsigned getbaud(char *);
  179.  
  180. SIOInit(char *, char *);
  181.  
  182. SIOSpeed(char *);
  183.  
  184. SIOHandshake(
  185.     int,     /* WARNING: argument was not declared! */
  186.     int,     /* WARNING: argument was not declared! */
  187.     int,     /* WARNING: argument was not declared! */
  188.     int,     /* WARNING: argument was not declared! */
  189.     int);    /* WARNING: argument was not declared! */
  190.  
  191. SIOSetting(char *,
  192.     int,     /* WARNING: argument was not declared! */
  193.     int,     /* WARNING: argument was not declared! */
  194.     int);    /* WARNING: argument was not declared! */
  195.  
  196. SIOInBuffer(char *, int);
  197.  
  198. SIOOutBuffer(char *, int);
  199.  
  200. SIOClose(
  201.     int);    /* WARNING: argument was not declared! */
  202.  
  203. sfflushout(void);
  204.  
  205. SIOSetFlowCtl(int);
  206.  
  207. SIOAllowInterrupts (int);
  208.  
  209. SIOInterrupt (void);
  210.  
  211. SIOPurge(void);
  212.  
  213. SIOPutchar(char);
  214.  
  215. SIOWrite(char *, int);
  216.  
  217. SIOWStr(char *);
  218.  
  219. int SIORead(char *, int, int, long int);
  220.  
  221. int SIOAvail(void);
  222.  
  223. srdchk(void);
  224.  
  225. ssendbrk(int);
  226.  
  227. int getn(char *, int, int, short);
  228.  
  229. int putu(char *, short, short);
  230.  
  231. /* Protoypes grabbed from file
  232. ** "ulib.c"
  233. ** 1989 Oct 15 (Sun) 14:28:29
  234. */
  235.  
  236. login(int, int);
  237.  
  238. void makenull(int);
  239.  
  240. swrite(char *, int);
  241.  
  242. sread(char *, int, long int);
  243.  
  244. int savail(void);
  245.  
  246. openline(char *, char *);
  247.  
  248. closeline(void);
  249.  
  250. flowcontrol(int);
  251.  
  252. nodot(
  253.     int);    /* WARNING: argument was not declared! */
  254.  
  255. notimp(
  256.     int,     /* WARNING: argument was not declared! */char *[]);
  257.  
  258. shell(char *, char *, char *);
  259.  
  260. int macbin(int, char *[]);
  261.  
  262. /* Protoypes grabbed from file
  263. ** "uuhost.c"
  264. ** 1989 Aug 3 (Thu) 00:09:42
  265. */
  266.  
  267. void PlayNamed(char *);
  268.  
  269. /* Protoypes grabbed from file
  270. ** "pcmail.c"
  271. ** 1989 Oct 15 (Sun) 14:16:54
  272. */
  273.  
  274. int sendone(int, char **, char *,
  275.     int);    /* WARNING: argument was not declared! */
  276.  
  277. void GetSequenceNumber(void);
  278.  
  279. fixaddress(char *);
  280.  
  281. fixpercent(char *);
  282.  
  283. fixpercent(char *);
  284.  
  285. rnews(int, char *[]);
  286.